Projects a vector onto a plane.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x(3) |
The vector to project. |
||
| class(plane), | intent(in) | :: | pln |
The plane onto which to project the vector. |
The projected vector.